Closed (fixed)
Project:
Fast Gallery
Version:
6.x-1.3
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2008 at 15:18 UTC
Updated:
27 Oct 2008 at 04:56 UTC
In the directory that the path links to I have created subdirectories for each album. However the block only reads images from the first subdirectory. The only time pictures from the other albums show up in the block is when your in that album and click on a page number. You can see it here: http://truthiness.se/
I attached a screenshot of my configuration as requested in another thread.
| Comment | File | Size | Author |
|---|---|---|---|
| fast_gallery_conf.png | 25.59 KB | Manji |
Comments
Comment #1
Manji commentedGot some more information about this issue. This seems to be a problem with version 1.3 and beyond. I tried to add another album tonight (something that I had not done since upgrading to 1.3). But all I got was this error messages:
I tried to upgrade to version 2.2 but the result was the same. So I tried to revert back to 1.2RC5 and that works fine. Though now I have no block at all (since that is not in this version).
Comment #2
ncy commentedthere's a a very subtle bug here, but easy enough to fix. it's not really reading from just one album. it's doing a paged query, so it's reading only from the first page of pictures. since it should be a random image from all albums, it should be doing a regular db_query.
in fast_gallery.class.php
change
to
Comment #3
ncy commentedalso, for the
problems, it might be a matter of fixing your image files' extensions (i.e. .jpg, and not .JPG):
See:
#313858: Help getting this installed please
Comment #4
Manji commentedInstalled 2.3 and your modification worked fine. I did your suggested modification for the upper/lower case file endings to and that seems to work also. I get no errors now.
Thanks for the fix!
Comment #5
ncy commentedDon't know if you scrolled to the bottom of #313858, but here's a better fix for the file extension problem (so you don't have to go through all your files renaming everything):
#315352: Internal Cache Only Works with Lowercase Image Extensions
cheers,
-nick
Comment #6
Manji commentedYeah that's the one I did. :)
Comment #7
ncy commentedi made a new (unofficial) version that goes about extension comparisons in a different way. fixes some other things as well:
#316967: Alternative Version - New Features and Fixed Issues
Comment #8
rapsli commentedComment #9
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.